'宣言
Public Function ThenByDescending(Of TKey)( _ ByVal keySelector As System.Linq.Expressions.Expression(Of Func(Of T,TKey)) _ ) As Ordering(Of T)
public Ordering<T> ThenByDescending<TKey>( System.Linq.Expressions.Expression<Func<T,TKey>> keySelector )
パラメータ
- keySelector
- 各要素のキーを抽出する関数。
型パラメータ
- TKey
- keySelectorによって返されるキーの型。
戻り値の型
要素がキーに従って降順でソートされるコレクション。